net.nssConf.err (field)

7 uses

	net (current package)
		conf.go#L201: 	if os.IsNotExist(nss.err) || (nss.err == nil && len(srcs) == 0) {
		conf.go#L208: 	if nss.err != nil {
		nss.go#L18: 	err     error                  // any error encountered opening or parsing the file
		nss.go#L72: 		return &nssConf{err: err}
		nss.go#L81: 		return &nssConf{err: err}
		nss.go#L84: 	conf.err = foreachLine(slurp, func(line []byte) error {